home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / eggs.swf / scripts / DefineButton2_284 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-06-09  |  136 b   |  7 lines

  1. on(release){
  2.    cGameWorldGameClock.RemoveAllShit();
  3.    removeMovieClip(mcBowl);
  4.    removeMovieClip(mcMilk);
  5.    gotoAndPlay(2);
  6. }
  7.